ed5083
@@ -95,7 +95,7 @@
public HiveConnection(String uri, Properties info) throws SQLException {
       try {
         transport.open();
       } catch (TTransportException e) {
-        throw new SQLException("Could not establish connecton to "
+        throw new SQLException("Could not establish connection to "
             + uri + ": " + e.getMessage(), "08S01");
       }
     }
